projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8863aa5
)
arm: include config.h in arch/arm/lib/vectors.S
author
Christian Riesch
<
[email protected]
>
Mon, 7 Jul 2014 09:07:25 +0000
(11:07 +0200)
committer
Tom Rini
<
[email protected]
>
Fri, 29 Aug 2014 19:50:43 +0000
(15:50 -0400)
config.h is required for CONFIG_SYS_DV_NOR_BOOT_CFG.
Signed-off-by: Christian Riesch <
[email protected]
>
Reported-by: Masahiro Yamada <
[email protected]
>
Cc: Albert Aribaud <
[email protected]
>
Cc: Masahiro Yamada <
[email protected]
>
Cc: Heiko Schocher <
[email protected]
>
Cc: Sudhakar Rajashekhara <
[email protected]
>
arch/arm/lib/vectors.S
patch
|
blob
|
history
diff --git
a/arch/arm/lib/vectors.S
b/arch/arm/lib/vectors.S
index e6538eff43360f9118af07c4163b154cfad66ecd..493f3373f3cd7ed61ff0df45fba8e77ed71e7a54 100644
(file)
--- a/
arch/arm/lib/vectors.S
+++ b/
arch/arm/lib/vectors.S
@@
-13,6
+13,8
@@
* SPDX-License-Identifier: GPL-2.0+
*/
+#include <config.h>
+
/*
*************************************************************************
*